dlang_koans ~master (2022-05-05T10:04:19.9949617)
Dub
Repo
AboutDelegates.Button
about_delegates
AboutDelegates
Undocumented in source.
class
AboutDelegates
class
Button {
void
click
();
void
registerHandler
(ClickHandler func);
string
state
[@property getter];
}
Members
Functions
click
void
click
()
Undocumented in source. Be warned that the author may not have intended to support it.
registerHandler
void
registerHandler
(ClickHandler func)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
state
string
state
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
about_delegates
AboutDelegates
aliases
ClickHandler
classes
Button
Foo
functions
delegates_for_callback
explicit_delegate
mixins
__anonymous
variables
call_me_later